func github.com/andybalholm/brotli.getLengthCode
4 uses
github.com/andybalholm/brotli (current package)
command.go#L166: func getLengthCode(insertlen uint, copylen uint, use_last_distance bool, code *uint16) {
command.go#L207: getLengthCode(insertlen, uint(int(copylen)+copylen_code_delta), (cmd.dist_prefix_&0x3FF == 0), &cmd.cmd_prefix_)
command.go#L217: getLengthCode(insertlen, 4, false, &cmd.cmd_prefix_)
encode.go#L736: getLengthCode(uint(last_command.insert_len_), uint(int(last_command.copy_len_&0x1FFFFFF)+int(last_command.copy_len_>>25)), (last_command.dist_prefix_&0x3FF == 0), &last_command.cmd_prefix_)
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |